home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
MacMarlais 0.5.3
/
DIRM Examples
/
hello-world.dyl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-19
|
267 b
|
13 lines
|
[
TEXT/Mrls
]
module: dylan-user
author: Patrick C. Beard (beard@cs.ucdavis.edu)
copyright: (C) 1994 Patrick C. Beard, All rights reserved.
version: 1.0
// how one might implement a stand-alone program.
define method main (#rest args)
princ("Hello, world.");
end;
main();